home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / xnot12a.zip / FILES < prev    next >
Text File  |  1993-06-16  |  3KB  |  114 lines

  1. READ.ME        this should be obvious...
  2. FILES        you're reading this
  3. FILES.%%#    example of an incremental backup file name on Windows/NT;
  4.                 '+' appended to name on Un*x boxes
  5.  
  6. /* Windows/NT */
  7. NOTGNU.ST       my startup file
  8. NOTGNU.ALR      my alarm file, slightly interesting funky support added
  9.                 to notGNU for my own uses. feel free to check it out
  10.                 (try meta-x alarms)
  11.  
  12. DNOT.EXE      last DOS version I built; rename it as you wish
  13. WNOT.EXE      last Windows 3.1 version I built; again, name it want you wish
  14. NTNOT.EXE     Intel 386/486 NT version - I don't have a recent build of this
  15.               but can probably bug a friend to use his PC if needed.
  16.  
  17. ME.RC         resource file which defines cursor, etc
  18. ME.ICO        the icon (fat purple guy)
  19. ME.CUR        some hand cursor
  20. ME.DLG        'ABOUT' dialog def
  21. ME.H          mostly empty, used by above two files
  22. ME.LNK        controls C7 link for Windows
  23. ME.DEF        def file for link
  24. ME.RES
  25. MAKEFILE.MSC  DOS (ie DNOT.EXE) C7 compiler makefile
  26. NT.MAK        C7-ish make for NT (NTNOT.EXE)
  27. MAKEFILEW3    make for C7 compiler for Windows 3.1 (WNOT.EXE)
  28. MAKEFILE.INT  Interactive UNIX on x86 machine, with (broken) X11.R4 
  29. MAKEFILE.ULT  DEC Ultrix makefile
  30. MAKEFILE.SOL  SunOs 5.x (Solaris 2.1)
  31. MAKEFILE.HP   HP-UX Version 9 on a 700 system (risc)
  32.  
  33. MESHELL.PIF   copy this to same place as wnot.exe if you want a shell window
  34.               'setup' for notGNU
  35. COMMAND.PIF   copy this to you WINDOWS directory (Windows 3.*) if you
  36.               want background tasks to actually RUN in the background
  37.  
  38. ALARM.MAK     the makefile C7 for the cheapo-app notGNU calls for alarms
  39. NOTALARM.C  
  40. NOTALARM.RC 
  41. NOTALARM.EXE  copy this to same place as wnot.exe
  42. NOTALARM.DEF  def file for building the notalarm program
  43. NOTALARM.RES
  44.  
  45. ZIP.BAT          packs up the code is all (dos)
  46.  
  47. MODES.C  
  48. MACRO.C  
  49. REGEX.C  
  50. CHRDEF.H  
  51. PROTO.H  
  52. KBD.C  
  53. TTYDEF.H  
  54. DIR.C  
  55. LINE.C  
  56. RANDOM.C  
  57. BUFFER.C  
  58. MAIN.C  
  59. REGION.C 
  60. CRYPT.C       compliments of MicroEmacs, not turned on and incomplete UI
  61. REGEX.H  
  62. MACRO.H  
  63. PARAGRAP.C  
  64. RE_SEARC.C  
  65. KBD.H  
  66. ECHO.C  
  67. KEY.H  
  68. TTYKBD.C  
  69. ALLOCA.C     this seems to be from GNU Emacs....
  70. INDENT.C  
  71. UNDO.C       alas, incomplete UNDO functionality! some day I'll finish it
  72. FILE.C       
  73. WORD.C  
  74. TTYIO.C  
  75. ICONIFY.H  
  76. CINFO.C  
  77. DISPLAY.C  
  78. KEYNAME.H  
  79. WINDOW.C  
  80. DEF.H  
  81. SEARCH.C  
  82. EXTEND.C     beware, demons lurk here
  83. TTY.C  
  84. FILEIO.C  
  85. SPAWN.C      hacked with little mercy
  86. SYSDEF.H  
  87. BASIC.C  
  88. MATCH.C  
  89. HELP.C  
  90. DIRED.C  
  91. MOUSE.C      more bent code to be found here
  92. VERSION.C  
  93. KEYMAP.C  
  94.  
  95. JAM.H        the beginning of the port
  96.  
  97. W3MISC.C     funcky Window's code in these files
  98. W3FONT.C  
  99. W3IO.C  
  100. W3MEM.C  
  101. W3EXT.C  
  102. W3KEY.C  
  103. W3WIN.C  
  104.  
  105. DOS.C        really is FAT filesystem stuff.. some _dos* calls
  106. UNIX.C       tested only Ultrix, Interactive Unix, Alpha OSF, Solaris 2.1
  107.              an HP-UX.
  108.  
  109. XWIN.C       X11 code; created from Windows code!
  110. XKEY.C       
  111. XIO.C  
  112.  
  113.  
  114.